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 | 蜈??與?? | 1110010110000101001111110011111111100100011011110011111100111111 | e5853f3fe46f3f3f |
EUC-JP | 蜈??與?? | 1110100111100101001111110011111111100111110100000011111100111111 | e9e53f3fe7d03f3f |
UTF-8 | 蜈곫뇛與쀨콖 | 111010001001110010001000111010101011001110101011111010111000011110011011111010001000100010000111111011001000000010101000111011001011110110010110 | e89c88eab3abeb879be88887ec80a8ecbd96 |
UHC | 蜈곫뇛與쀨콖 | 111010001010010110000001111001101000011110000110111001101010100010010111111010001011000110010000 | e8a581e68786e6a897e8b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)