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 | 鴨??逸?? | 1000101010011011001111110011111110001000111011010011111100111111 | 8a9b3f3f88ed3f3f |
EUC-JP | 鴨??逸?? | 1011001111111011001111110011111110110000111011110011111100111111 | b3fb3f3fb0ef3f3f |
UTF-8 | 鴨밟댙逸썲톹 | 111010011011010010101000111010111011000010011111111010111000110010011001111010011000000010111000111011001000110110110010111011011000011010111001 | e9b4a8ebb09feb8c99e980b8ec8db2ed86b9 |
UHC | 鴨밟댙逸썲톹 | 111001001110010110111001111000101000100010111101111011001110111110111101111001011011011110001101 | e4e5b9e288bdecefbde5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)