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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闇λ?誼? | 1000100011000101100000111100100100111111100010110110001000111111 | 88c583c93f8b623f |
EUC-JP | 闇λ?誼? | 1011000011000111101001101100101100111111101101011100001100111111 | b0c7a6cb3fb5c33f |
UTF-8 | 闇λ슢誼텯 | 1110100110010111100001111100111010111011111011001000101010100010111010001010101010111100111011011000010110101111 | e99787cebbec8aa2e8aabced85af |
UHC | 闇λ슢誼텯 | 11100100111000011010010111101011100110101010111011101011111111101011011101000010 | e4e1a5eb9aaeebfeb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)