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 | ??E????SB | 001111110011111101000101001111110011111100111111001111110101001101000010 | 3f3f453f3f3f3f5342 |
SJIS-WIN | ??E????SB | 001111110011111101000101001111110011111100111111001111110101001101000010 | 3f3f453f3f3f3f5342 |
EUC-JP | ??E????SB | 001111110011111101000101001111110011111100111111001111110101001101000010 | 3f3f453f3f3f3f5342 |
UTF-8 | 횂혪E횂혩횂쨉SB | 111011011001101010000010111011011001100010101010010001011110110110011010100000101110110110011000101010011110110110011010100000101110110010101000100010010101001101000010 | ed9a82ed98aa45ed9a82ed98a9ed9a82eca8895342 |
UHC | 횂혪E횂혩횂쨉SB | 110000111000001011000010100100100100010111000011100000101100001010010001110000111000001011000010101101010101001101000010 | c382c29245c382c291c382c2b55342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)