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 | 業??蘊?? | 1000101111000110001111110011111111100101010111010011111100111111 | 8bc63f3fe55d3f3f |
EUC-JP | 業??蘊?? | 1011011011001000001111110011111111101001101111100011111100111111 | b6c83f3fe9be3f3f |
UTF-8 | 業뺡떧蘊ㅸ킈 | 111001101010010110101101111010111011101010100001111010111001011010100111111010001001100010001010111000111000010110111000111011011000001010001000 | e6a5adebbaa1eb96a7e8988ae385b8ed8288 |
UHC | 業뺡떧蘊ㅸ킈 | 111001011111011010010101111010011000101110111010111010001011001110100100111010001011010010010100 | e5f695e98bbae8b3a4e8b494 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)