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 | 顋懶スコ遶丞 | 11101000111110011001110011101111101111011011101011100111101010111000111111100101 | e8f99cefbdbae7ab8fe5 |
EUC-JP | 顋懶スコ遶丞 | 111100001111101111011000111100011000111010111101100011101011101011101110101011011011111011100111 | f0fbd8f18ebd8ebaeeadbee7 |
UTF-8 | 顋懶スコ遶丞 | 111010011010000110001011111001101000011110110110111011111011110110111101111011111011110110111010111010011000000110110110111001001011100010011110 | e9a18be687b6efbdbdefbdbae981b6e4b89e |
UHC | ?懶???丞 | 0011111111010100111110110011111100111111001111111110001110101010 | 3fd4fb3f3f3fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)