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 | ???U??? | 00111111001111110011111101010101001111110011111100111111 | 3f3f3f553f3f3f |
SJIS-WIN | 莪??U莪?? | 111001001010111000111111001111110101010111100100101011100011111100111111 | e4ae3f3f55e4ae3f3f |
EUC-JP | 莪??U莪?? | 111010001011000000111111001111110101010111101000101100000011111100111111 | e8b03f3f55e8b03f3f |
UTF-8 | 莪몌쉘U莪몌숱 | 11101000100011101010101011101011101010101000110011101100100010011001100001010101111010001000111010101010111010111010101010001100111011001000100010110001 | e88eaaebaa8cec899855e88eaaebaa8cec88b1 |
UHC | 莪몌쉘U莪몌숱 | 11100100101101011011100011101111101111011010100101010101111001001011010110111000111011111011110110100010 | e4b5b8efbda955e4b5b8efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)