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 | 熱??穩?? | 1001010001001101001111110011111111100010011100100011111100111111 | 944d3f3fe2723f3f |
EUC-JP | 熱??穩?? | 1100011110101110001111110011111111100011110100110011111100111111 | c7ae3f3fe3d33f3f |
UTF-8 | 熱뉑슲穩뺟뭸 | 111001111000011010110001111010111000100110010001111011001000101010110010111001111010100110101001111010111011101010011111111010111010110110111000 | e786b1eb8991ec8ab2e7a9a9ebba9febadb8 |
UHC | 熱뉑슲穩뺟뭸 | 111001101111000010000111111001101001101010111001111010001011000110010101111001111001001010000111 | e6f087e69ab9e8b195e79287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)