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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 熱??h熱?? | 100101000100110100111111001111110110100010010100010011010011111100111111 | 944d3f3f68944d3f3f |
EUC-JP | 熱??h熱?? | 110001111010111000111111001111110110100011000111101011100011111100111111 | c7ae3f3f68c7ae3f3f |
UTF-8 | 熱㎫뎳h熱㎫뎳 | 11100111100001101011000111100011100011101010101111101011100011101011001101101000111001111000011010110001111000111000111010101011111010111000111010110011 | e786b1e38eabeb8eb368e786b1e38eabeb8eb3 |
UHC | 熱㎫뎳h熱㎫뎳 | 11100110111100001010011111100111100010011000011001101000111001101111000010100111111001111000100110000110 | e6f0a7e7898668e6f0a7e78986 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)