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 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
EUC-JP | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
UTF-8 | 렻렔O렻렑렻렚 | 11101011101000001011101111101011101000001001010001001111111010111010000010111011111010111010000010010001111010111010000010111011111010111010000010011010 | eba0bbeba0944feba0bbeba091eba0bbeba09a |
UHC | 렻렔O렻렑렻렚 | 10001110110000111000111010101001010011111000111011000011100011101010011010001110110000111000111010101101 | 8ec38ea94f8ec38ea68ec38ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)