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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?栯?? | 001111111000111111000011110100100011111100111111 | 3f8fc3d23f3f |
UTF-8 | 먿栯먿닩 | 111010111010100010111111111001101010000010101111111010111010100010111111111010111000101110101001 | eba8bfe6a0afeba8bfeb8ba9 |
UHC | 먿栯먿닩 | 1001000011111001111010011111000110010000111110011000100010100100 | 90f9e9f190f988a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)