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 | 隱ー蜊ウ蓍⑨ | 11101000101010101011000011100101100011011011001111100100111001111000011101001000 | e8aab0e58db3e4e78748 |
EUC-JP | 隱ー蜊ウ蓍? | 1111000010101100100011101011000011101001111011011000111010110011111010001110100100111111 | f0ac8eb0e9ed8eb3e8e93f |
UTF-8 | 隱ー蜊ウ蓍⑨ | 111010011001101010110001111011111011110110110000111010001001110010001010111011111011110110110011111010001001001110001101111000101001000110101000 | e99ab1efbdb0e89c8aefbdb3e8938de291a8 |
UHC | 隱???蓍⑨ | 111010111101111100111111001111110011111111100011110010011010100011101111 | ebdf3f3f3fe3c9a8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)