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 | 浴??泳?オ | 100101111000000100111111001111111000100101101010001111111000001101001001 | 97813f3f896a3f8349 |
EUC-JP | 浴??泳?オ | 110011011110000100111111001111111011000111001011001111111010010110101010 | cde13f3fb1cb3fa5aa |
UTF-8 | 浴덆걫泳싩オ | 111001101011010110110100111010111000110110000110111010101011000110101011111001101011001110110011111011001000101110101001111000111000001010101010 | e6b5b4eb8d86eab1abe6b3b3ec8ba9e382aa |
UHC | 浴덆걫泳싩オ | 111010011011000110001000111010011000000110010100111001111011011010011010111001111010101110101010 | e9b188e98194e7b69ae7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)