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 | ????執ぞ | 0011111100111111001111110011111110001110101101111000001010111100 | 3f3f3f3f8eb782bc |
EUC-JP | ????執ぞ | 0011111100111111001111110011111110111100101110011010010010111110 | 3f3f3f3fbcb9a4be |
UTF-8 | 렱렗솖양執ぞ | 111010111010000010110001111010111010000010010111111011001000011010010110111011001001011010010001111001011001111110110111111000111000000110011110 | eba0b1eba097ec8696ec9691e59fb7e3819e |
UHC | 렱렗솖양執ぞ | 100011101011111010001110101011001011110011010111101111101110011111110010111110111010101010111110 | 8ebe8eacbcd7bee7f2fbaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)