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 | 柚??維?? | 1001011101001101001111110011111110001000110110110011111100111111 | 974d3f3f88db3f3f |
EUC-JP | 柚??維?? | 1100110110101110001111110011111110110000110111010011111100111111 | cdae3f3fb0dd3f3f |
UTF-8 | 柚됰쳫維앸첓 | 111001101001111110011010111010111001000010110000111011001011001110101011111001111011011010101101111011001001010110111000111011001011001010010011 | e69f9aeb90b0ecb3abe7b6adec95b8ecb293 |
UHC | 柚됰쳫維앸첓 | 111010101111011010001001111010111010101110010000111010111010101110011101111010111010101010100000 | eaf689ebab90ebab9debaaa0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)