To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霍ょー | 1110100010110111100000101110010110110000 | e8b782e5b0 |
EUC-JP | 霍ょー | 111100001011100110100100111001111000111010110000 | f0b9a4e78eb0 |
UTF-8 | 霍ょー | 111010011001110010001101111000111000001010000111111011111011110110110000 | e99c8de38287efbdb0 |
UHC | ?ょ? | 00111111101010101110011100111111 | 3faae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)