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 | 100010111110000100111111001111111000101111100001001111110011111101000010 | 8be13f3f8be13f3f42 |
EUC-JP | 吟??吟??B | 101101101110001100111111001111111011011011100011001111110011111101000010 | b6e33f3fb6e33f3f42 |
UTF-8 | 吟숈뎼吟숈뎼B | 11100101100100001001111111101100100010001000100011101011100011101011110011100101100100001001111111101100100010001000100011101011100011101011110001000010 | e5909fec8888eb8ebce5909fec8888eb8ebc42 |
UHC | 吟숈뎼吟숈뎼B | 11101011111000011001100111101100100010011000111111101011111000011001100111101100100010011000111101000010 | ebe199ec898febe199ec898f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)