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 | 予??櫻?? | 1001011101011100001111110011111110011111010011100011111100111111 | 975c3f3f9f4e3f3f |
EUC-JP | 予??櫻?? | 1100110110111101001111110011111111011101101011110011111100111111 | cdbd3f3fddaf3f3f |
UTF-8 | 予롫맑櫻묉쉸 | 111001001011101010001000111010111010000110101011111010111010011110010001111001101010101110111011111010111010110010001001111011001000100110111000 | e4ba88eba1abeba791e6abbbebac89ec89b8 |
UHC | 予롫맑櫻묉쉸 | 111001011111100010001110111010111011100010111100111001011010000110010001111001101001101010001110 | e5f88eebb8bce5a191e69a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)