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 | ???苒λ? | 0011111100111111001111111110010010010010100000111100100100111111 | 3f3f3fe49283c93f |
EUC-JP | ???苒λ? | 0011111100111111001111111110011111110010101001101100101100111111 | 3f3f3fe7f2a6cb3f |
UTF-8 | 歷잙젚苒λ젺 | 1110111110100110100011001110110010011110100110011110110010100000100110101110100010001011100100101100111010111011111011001010000010111010 | efa68cec9e99eca09ae88b92cebbeca0ba |
UHC | 歷잙젚苒λ젺 | 111001101011100010011111111010111010000010010110111001101111111010100101111010111010000010101101 | e6b89feba096e6fea5eba0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)