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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂九醇峵 | 1110011110101110100010111110001110001111100001101111101010101110 | e7ae8be38f86faae |
EUC-JP | 邂九醇? | 11101110101100001011011011100101101111011110011000111111 | eeb0b6e5bde63f |
UTF-8 | 邂九醇峵 | 111010011000001010000010111001001011100110011101111010011000011010000111111001011011001110110101 | e98282e4b99de98687e5b3b5 |
UHC | 邂九醇? | 11111010101100111100111011111010111000101111010100111111 | fab3cefae2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)