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 | ???Y??? | 00111111001111110011111101011001001111110011111100111111 | 3f3f3f593f3f3f |
SJIS-WIN | 莪??Y莪?? | 111001001010111000111111001111110101100111100100101011100011111100111111 | e4ae3f3f59e4ae3f3f |
EUC-JP | 莪??Y莪?? | 111010001011000000111111001111110101100111101000101100000011111100111111 | e8b03f3f59e8b03f3f |
UTF-8 | 莪몌숲Y莪몌쉼 | 11101000100011101010101011101011101010101000110011101100100010001011001001011001111010001000111010101010111010111010101010001100111011001000100110111100 | e88eaaebaa8cec88b259e88eaaebaa8cec89bc |
UHC | 莪몌숲Y莪몌쉼 | 11100100101101011011100011101111101111011010001101011001111001001011010110111000111011111011110110110000 | e4b5b8efbda359e4b5b8efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)