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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 泳?????k | 1000100101101010001111110011111100111111001111110011111101101011 | 896a3f3f3f3f3f6b |
EUC-JP | 泳?????k | 1011000111001011001111110011111100111111001111110011111101101011 | b1cb3f3f3f3f3f6b |
UTF-8 | 泳듈뇯嶪㎪ːk | 111001101011001110110011111010111001001110001000111010111000011110101111111001011011011010101010111000111000111010101010110010111001000001101011 | e6b3b3eb9388eb87afe5b6aae38eaacb906b |
UHC | 泳듈뇯嶪㎪ːk | 11100111101101101011010111100010100001111001010011100101111101011010011111100110101000101011000001101011 | e7b6b5e28794e5f5a7e6a2b06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)