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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????釵げB | 001111110011111100111111001111111110011111011110100000101011000001000010 | 3f3f3f3fe7de82b042 |
EUC-JP | ????釵げB | 001111110011111100111111001111111110111011100000101001001011001001000010 | 3f3f3f3feee0a4b242 |
UTF-8 | 렱렗솖양釵げB | 11101011101000001011000111101011101000001001011111101100100001101001011011101100100101101001000111101001100001111011010111100011100000011001001001000010 | eba0b1eba097ec8696ec9691e987b5e3819242 |
UHC | 렱렗솖양釵げB | 10001110101111101000111010101100101111001101011110111110111001111111001111111011101010101011001001000010 | 8ebe8eacbcd7bee7f3fbaab242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)