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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 屋l?而?? | 100010011010111010000010100011000011111110001110101001110011111100111111 | 89ae828c3f8ea73f3f |
EUC-JP | 屋l?而?? | 101100101011000010100011111011000011111110111100101010010011111100111111 | b2b0a3ec3fbca93f3f |
UTF-8 | 屋l빒而⑴릭 | 111001011011000110001011111011111011110110001100111010111011100110010010111010001000000010001100111000101001000110110100111010111010011010101101 | e5b18befbd8cebb992e8808ce291b4eba6ad |
UHC | 屋l빒而⑴릭 | 111010001010100110100011111011001001010110110110111011001011101110101001111001111011100010101111 | e8a9a3ec95b6ecbba9e7b8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)