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 | ?????J | 001111110011111100111111001111110011111101001010 | 3f3f3f3f3f4a |
SJIS-WIN | ?灑???J | 00111111111000000111001000111111001111110011111101001010 | 3fe0723f3f3f4a |
EUC-JP | ?灑???J | 00111111110111111101001100111111001111110011111101001010 | 3fdfd33f3f3f4a |
UTF-8 | 렱灑렫렯렓J | 11101011101000001011000111100111100000011001000111101011101000001010101111101011101000001010111111101011101000001001001101001010 | eba0b1e78191eba0abeba0afeba0934a |
UHC | 렱灑렫렯렓J | 1000111010111110111000011110111010001110101110011000111010111100100011101010100001001010 | 8ebee1ee8eb98ebc8ea84a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)