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 | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
SJIS-WIN | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
EUC-JP | ???Y???Z | 0011111100111111001111110101100100111111001111110011111101011010 | 3f3f3f593f3f3f5a |
UTF-8 | 梨붿콈Y梨붿콈Z | 1110111110100111101000101110101110110110101111111110110010111101100010000101100111101111101001111010001011101011101101101011111111101100101111011000100001011010 | efa7a2ebb6bfecbd8859efa7a2ebb6bfecbd885a |
UHC | 梨붿콈Y梨붿콈Z | 1110110010110001100101001110110010110001100001000101100111101100101100011001010011101100101100011000010001011010 | ecb194ecb18459ecb194ecb1845a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)