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 | 浴??秧 | 100101111000000100111111001111111110001001011110 | 97813f3fe25e |
EUC-JP | 浴??秧 | 110011011110000100111111001111111110001110111111 | cde13f3fe3bf |
UTF-8 | 浴덆걫秧 | 111001101011010110110100111010111000110110000110111010101011000110101011111001111010011110100111 | e6b5b4eb8d86eab1abe7a7a7 |
UHC | 浴덆걫秧 | 1110100110110001100010001110100110000001100101001110010011101011 | e9b188e98194e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)