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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???蔘 | 0011111100111111001111111110010011110011 | 3f3f3fe4f3 |
EUC-JP | ???蔘 | 0011111100111111001111111110100011110101 | 3f3f3fe8f5 |
UTF-8 | 뢎뒏잫蔘 | 111010111010001010001110111010111001001010001111111011001001111010101011111010001001010010011000 | eba28eeb928fec9eabe89498 |
UHC | 뢎뒏잫蔘 | 1000111101001001100010101000110010011111111101101101111110111000 | 8f498a8c9ff6dfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)