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?伊?? | 100010011010111010000010100011000011111110001000110010010011111100111111 | 89ae828c3f88c93f3f |
EUC-JP | 屋l?伊?? | 101100101011000010100011111011000011111110110000110010110011111100111111 | b2b0a3ec3fb0cb3f3f |
UTF-8 | 屋l늹伊€샍 | 111001011011000110001011111011111011110110001100111010111000101010111001111001001011110010001010111000101000001010101100111011001000001110001101 | e5b18befbd8ceb8ab9e4bc8ae282acec838d |
UHC | 屋l늹伊€샍 | 111010001010100110100011111011001000100010000010111011001010010110100010111001101001100010111011 | e8a9a3ec8882eca5a2e698bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)