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 | 譟夐コ楠葎蝓 | 1110011010011111100110101110100110111010100100111110110110010111101010001110010110011111 | e69f9ae9ba93ed97a8e59f |
EUC-JP | 譟夐コ楠葎蝓 | 111011001010000111010100111010111000111010111010110001101110111111001110101010101110101010100001 | eca1d4eb8ebac6efceaaeaa1 |
UTF-8 | 譟夐コ楠葎蝓 | 111010001010110110011111111001011010010010010000111011111011110110111010111001101010010110100000111010001001000110001110111010001001110110010011 | e8ad9fe5a490efbdbae6a5a0e8918ee89d93 |
UHC | ???楠?? | 00111111001111110011111111010001111110000011111100111111 | 3f3f3fd1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)