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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘊??陰?? | 1110010101011101001111110011111110001001010000010011111100111111 | e55d3f3f89413f3f |
EUC-JP | 蘊??陰?? | 1110100110111110001111110011111110110001101000100011111100111111 | e9be3f3fb1a23f3f |
UTF-8 | 蘊껋넱陰롳㎚ | 111010001001100010001010111010101011101110001011111010111000010010110001111010011001100110110000111010111010000110110011111000111000111010011010 | e8988aeabb8beb84b1e999b0eba1b3e38e9a |
UHC | 蘊껋넱陰롳㎚ | 111010001011001110000011111011001000011010110000111010111110010010001110111011111010011110101100 | e8b383ec86b0ebe48eefa7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)