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 | ????曝ご | 0011111100111111001111110011111110010100100110001000001010110010 | 3f3f3f3f949882b2 |
EUC-JP | ????曝ご | 0011111100111111001111110011111111000111111110001010010010110100 | 3f3f3f3fc7f8a4b4 |
UTF-8 | 룶⅝룶깻曝ご | 111010111010001110110110111000101000010110011101111010111010001110110110111010101011100110111011111001101001101110011101111000111000000110010100 | eba3b6e2859deba3b6eab9bbe69b9de38194 |
UHC | 룶⅝룶깻曝ご | 100011111010101110101000111111011000111110101011101100101010001011111000111011011010101010110100 | 8faba8fd8fabb2a2f8edaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)