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 | ?訥ひ?悳? | 001111111110011001100011100000101101000000111111100111000111101100111111 | 3fe66382d03f9c7b3f |
EUC-JP | ?訥ひ?悳? | 001111111110101111000100101001001101001000111111110101111101110000111111 | 3febc4a4d23fd7dc3f |
UTF-8 | 룶訥ひ룶悳⒟ | 111010111010001110110110111010001010100010100101111000111000000110110010111010111010001110110110111001101000001010110011111000101001001010011111 | eba3b6e8a8a5e381b2eba3b6e682b3e2929f |
UHC | 룶訥ひ룶悳⒟ | 100011111010101111010010111011011010101011010010100011111010101111010011111011011010100111010000 | 8fabd2edaad28fabd3eda9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)