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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 辱⑤?h辱⑤? | 1001000001001010100001110100010000111111011010001001000001001010100001110100010000111111 | 904a87443f68904a87443f |
EUC-JP | 辱??h辱?? | 101111111010101100111111001111110110100010111111101010110011111100111111 | bfab3f3f68bfab3f3f |
UTF-8 | 辱⑤썛h辱⑤썛 | 11101000101111101011000111100010100100011010010011101100100011011001101101101000111010001011111010110001111000101001000110100100111011001000110110011011 | e8beb1e291a4ec8d9b68e8beb1e291a4ec8d9b |
UHC | 辱⑤썛h辱⑤썛 | 11101001101101001010100011101011100110111000111001101000111010011011010010101000111010111001101110001110 | e9b4a8eb9b8e68e9b4a8eb9b8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)