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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????ぞ?? | 0011111100111111001111110011111110000010101111000011111100111111 | 3f3f3f3f82bc3f3f |
EUC-JP | ????ぞ?? | 0011111100111111001111110011111110100100101111100011111100111111 | 3f3f3f3fa4be3f3f |
UTF-8 | 뤶쫷띔쮱ぞ쇄흰 | 111010111010010010110110111011001010101110110111111010111001110110010100111011001010111010110001111000111000000110011110111011001000011110000100111011011001110110110000 | eba4b6ecabb7eb9d94ecaeb1e3819eec8784ed9db0 |
UHC | 뤶쫷띔쮱ぞ쇄흰 | 1000111111100100101001101000111010110110111010101010100010001110101010101011111010111100111000101100100011110010 | 8fe4a68eb6eaa88eaabebce2c8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)