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 | ???吟? | 001111110011111100111111100010111110000100111111 | 3f3f3f8be13f |
EUC-JP | ???吟? | 001111110011111100111111101101101110001100111111 | 3f3f3fb6e33f |
UTF-8 | 溜깅젡吟큆 | 111011111010011110001011111010101011100110000101111011001010000010100001111001011001000010011111111011011000000110000110 | efa78beab985eca0a1e5909fed8186 |
UHC | 溜깅젡吟큆 | 11101010111111101011000111101011101000001001101011101011111000011011010001010011 | eafeb1eba09aebe1b453 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)